const crypto/tls.alertCloseNotify

8 uses

	crypto/tls (current package)
		alert.go#L28: 	alertCloseNotify                  alert = 0
		alert.go#L64: 	alertCloseNotify:                  "close notify",
		conn.go#L719: 		if alert(data[1]) == alertCloseNotify {
		conn.go#L838: 	case alertNoRenegotiation, alertCloseNotify:
		conn.go#L846: 	if err == alertCloseNotify {
		conn.go#L1454: 		c.closeNotifyErr = c.sendAlertLocked(alertCloseNotify)
		quic.go#L408: 		return c.sendAlertLocked(alertCloseNotify)
		quic.go#L418: 		return c.sendAlertLocked(alertCloseNotify)